-
Notifications
You must be signed in to change notification settings - Fork 327
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a simulated DevTools environment for developing extensions #6251
Conversation
Do we have a doc page under construction that explains how to author extensions? |
|
||
/// An extension on [ScrollController] to facilitate having the scrolling widget | ||
/// auto scroll to the bottom on new content. | ||
extension ScrollControllerAutoScroll on ScrollController { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cool!
...nsions/lib/src/template/_simulated_devtools_environment/_simulated_devtools_environment.dart
Show resolved
Hide resolved
Working on that now. Follow up PR coming soon :) |
The simulated environment allows the extension to be developed outside of an embedded iFrame environment. It implements the same
DevToolsExtensionHostInterface
that DevTools does so that:Work towards #1632
Depends on #6250 landing first.